*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 14:16:26 +0000 (14:16 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 14:16:26 +0000 (14:16 +0000)
lisp/progmodes/cc-awk.el

index b361585422a9f3ceae7351a18f12bf3cbe89ba65..de15d959cbd499f7325846b14751d36ba17432e4 100644 (file)
   "\\([{}@` \t]\\|\\+\\+\\|--\\|\\\\.\\)")
 ;;   A "neutral" char(pair).  Doesn't change the "state" of a subsequent /.
 ;; This is space/tab, braces, an auto-increment/decrement operator or an
-;; escaped character.  Or one of the (illegal) characters @ or `.  But NOT an
+;; escaped character.  Or one of the (invalid) characters @ or `.  But NOT an
 ;; end of line (even if escaped).
 (defconst c-awk-neutrals*-re
   (concat "\\(" c-awk-neutral-re "\\)*"))